home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / MSG Demo 1.4.source Folder / Demo ƒ / Fades ƒ / fade headers.h < prev    next >
Text File  |  1994-04-16  |  2KB  |  37 lines

  1. pascal short BoxInFade(Rect boundsRect, Pattern *thePattern);
  2. pascal short BoxOutFade(Rect boundsRect, Pattern *thePattern);
  3. pascal short CircleBulgeFade(Rect boundsRect, Pattern *thePattern);
  4. pascal short CircleInFade(Rect boundsRect, Pattern *thePattern);
  5. pascal short CircleOutFade(Rect boundsRect, Pattern *thePattern);
  6. pascal short CircleSerendipityFade(Rect boundsRect, Pattern *thePattern);
  7. pascal short CircularFade(Rect boundsRect, Pattern *thePattern);
  8. pascal short CornerCircleFade(Rect boundsRect, Pattern *thePattern);
  9. pascal short DiagonalFade(Rect boundsRect, Pattern *thePattern);
  10. pascal short FourCornerCenteredFade(Rect boundsRect, Pattern *thePattern);
  11. pascal short FourCornerFade(Rect boundsRect, Pattern *thePattern);
  12. pascal short FourCornerScrollFade(Rect boundsRect, Pattern *thePattern);
  13. pascal short FullScrollLRFade(Rect boundsRect, Pattern *thePattern);
  14. pascal short FullScrollUDFade(Rect boundsRect, Pattern *thePattern);
  15. pascal short HalvesScrollFade(Rect boundsRect, Pattern *thePattern);
  16. pascal short HilbertFade(Rect boundsRect, Pattern *thePattern);
  17. pascal short MrDoOutdoneFade(Rect boundsRect, Pattern *thePattern);
  18. pascal short MrDoFade(Rect boundsRect, Pattern *thePattern);
  19. pascal short PourScrollFade(Rect boundsRect, Pattern *thePattern);
  20. pascal short RandomFade(Rect boundsRect, Pattern *thePattern);
  21. pascal short RescueRaidersFade(Rect boundsRect, Pattern *thePattern);
  22. pascal short ScissorsFade(Rect boundsRect, Pattern *thePattern);
  23. pascal short SkipalineLRFade(Rect boundsRect, Pattern *thePattern);
  24. pascal short SkipalineFade(Rect boundsRect, Pattern *thePattern);
  25. pascal short SlideFade(Rect boundsRect, Pattern *thePattern);
  26. pascal short SpiralGyraFade(Rect boundsRect, Pattern *thePattern);
  27. pascal short SplitScrollUDFade(Rect boundsRect, Pattern *thePattern);
  28. pascal short TwoCornerFade(Rect boundsRect, Pattern *thePattern);
  29. pascal short QuadrantScrollFade(Rect boundsRect, Pattern *thePattern);
  30. pascal short QuadrantFade(Rect boundsRect, Pattern *thePattern);
  31. pascal short QuadrantScroll2Fade(Rect boundsRect, Pattern *thePattern);
  32. pascal short QuadrantFade2(Rect boundsRect, Pattern *thePattern);
  33. pascal short Skipaline2PassFade(Rect boundsRect, Pattern *thePattern);
  34. pascal short SkipalineLR2PassFade(Rect boundsRect, Pattern *thePattern);
  35. pascal short HGRFade(Rect boundsRect, Pattern *thePattern);
  36. pascal short HGR2Fade(Rect boundsRect, Pattern *thePattern);
  37.